home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- set LastTick to the ticks
- set OriginalTick to the ticks
- repeat while (the ticks - OriginalTick) < 560
- set x to 1 * (the ticks - LastTick)
- set LastTick to the ticks
- set the locH of sprite 2 to the locH of sprite 2 - x
- updateStage()
- end repeat
- end
-
- on mouseUp
- go(114)
- end
-